source: examples/example-project/notebooks/example1.clj(ns example1
(:require [scicloj.clay.v2.api :as clay]
[scicloj.kindly.v3.kind :as kind]))(+ 1 2)3
(kind/hiccup
[:div {:style
{:background-color "#eeddcc"}}
[:p "hello"]])loading ...(kind/md
["hello *hello* **hello**"])hello hello hello
source: examples/example-project/notebooks/example1.clj